home *** CD-ROM | disk | FTP | other *** search
- ; ****************************************************************************
- ; ****************************************************************************
- ; ** Filename: IHOST.INF
- ; ** Abstract: Windows* 95 INF Update File for Intel(r) 82371SB, 82439TX
- ; ** and BX/DX/EX/GX/LX/ZX Chipsets
- ; ** Last Update: June 14, 1999 (Version 1.65)
- ; ****************************************************************************
- ; ****************************************************************************
-
-
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- Class=System
- ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
- Provider=%INTEL%
- SetupClass=BASE
-
- [ClassInstall]
- AddReg=System_Class_Reg
- DelReg=System_Class_DelReg
-
- [System_Class_Reg]
- HKR,,,,%SystemClassName%
- HKR,,Installer,,sysclass.dll
-
- [System_Class_DelReg]
- HKR,,NoInstallClass
-
- [Manufacturer]
- %INTEL_MFG%=INTEL_SYS
-
- [INTEL_SYS]
- %PCI\VEN_8086&DEV_7000.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_7000
- %PCI\VEN_8086&DEV_7100.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7100
- %PCI\VEN_8086&DEV_7180.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7180
- %PCI\VEN_8086&DEV_7181.DeviceDesc%=AGP_BRIDGE_DRV,PCI\VEN_8086&DEV_7181
- %PCI\VEN_8086&DEV_7190.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7190
- %PCI\VEN_8086&DEV_7191.DeviceDesc%=AGP_BRIDGE_DRV,PCI\VEN_8086&DEV_7191
- %PCI\VEN_8086&DEV_7192.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_7192
- %PCI\VEN_8086&DEV_71A0.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_71A0
- %PCI\VEN_8086&DEV_71A1.DeviceDesc%=AGP_BRIDGE_DRV,PCI\VEN_8086&DEV_71A1
- %PCI\VEN_8086&DEV_71A2.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_71A2
-
-
- [ISA_DRV]
- AddReg=ISA_DRV_AddReg,System_Dev_Properties_AddReg
-
- [ISA_DRV.NoResDup]
- *PNP0A00
-
- [ISA_DRV_AddReg]
- HKR,,DevLoader,,isapnp.vxd
- ; Devices specific settings (value name is DevID cat with VenID)
- ; Bit 0: Devices video wanting no IRQ
- ; Bit 1: Devices PCMCIA wanting IRQ
- ; Bit 2: Devices Dual PCI IDE without programming code with bit 3 set
- ; Bit 3: Devices needing no enum at all
- ; Bit 4: Devices needing no resources but having garbage in base address registers
- ; Bit 5: Devices needing dword access
- ; Bit 6: Devices being single function parading as multiple functions
- ; Bit 7: Device always enabled
- ; Bit 8: Device is IDE even though not class code of 0101
- ; Bit 9: Device is video even though not class code of 0001 or 03xx
- ; Bit 10: Automatically fail to start the device. It is not supported in pmode
- ; Bit 11: Device can only appear on bus 0 (improperly decode type 1 transactions)
- ; Bit 12: Device can only appear on dev <16
- ; Bit 13: Bridge device can only have children at Dev0
- ; Bit 14: Do not modify the command bits of the device
- ; Bit 15: Device is VGA even though not class code of 0001 or 0300 (only has meaning if bit 9 is set).
- ; Bit 16: Device is MF CardBus controller that shares Command register
- ; Bit 17: Device is a PCI/PCI bridge with straight thru routing (pin A to pin A, etc).
- ; Bit 18: Device is a subtractive decode PCI-PCI bridge with writable IO window
- HKLM,System\CurrentControlSet\Services\VxD\PCI,70108086,1,04,00,00,00
-
-
- ; IRQ Miniport Data
- ;
-
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\70008086,Name,,"Intel(r) 82371SB"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\70008086,Path,,"PCIMP.PCI"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\70008086,Instance,1,01,00,00,00
-
- ;
- ; IDE Miniport Data
- ;
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\70108086,Name,,"Intel(r) 82371SB"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\70108086,Path,,"PCIMP.PCI"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\70108086,Instance,1,00,00,00,00
-
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Name,,"Intel(r) 82371AB/EB/MB"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Path,,"PCIMP.PCI"
- HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\71118086,Instance,1,00,00,00,00
-
-
- [System_Dev_Properties_AddReg]
- HKR,,EnumPropPages,,"sysclass.dll,EnumPropPages"
-
- [NO_DRV]
-
- [AGP_BRIDGE_DRV]
-
- [ControlFlags]
- ExcludeFromSelect=PCI\VEN_8086&DEV_7000
- ExcludeFromSelect=PCI\VEN_8086&DEV_7100
- ExcludeFromSelect=PCI\VEN_8086&DEV_7180
- ExcludeFromSelect=PCI\VEN_8086&DEV_7181
- ExcludeFromSelect=PCI\VEN_8086&DEV_7190
- ExcludeFromSelect=PCI\VEN_8086&DEV_7191
- ExcludeFromSelect=PCI\VEN_8086&DEV_7192
- ExcludeFromSelect=PCI\VEN_8086&DEV_71A0
- ExcludeFromSelect=PCI\VEN_8086&DEV_71A1
- ExcludeFromSelect=PCI\VEN_8086&DEV_71A2
-
-
- [Strings]
- SystemClassName = "System devices"
- INTEL ="Intel"
- NULL = ""
- WINBASE = "Base Windows Components"
- SRCPATH = "Distribution directory"
-
- INTEL_MFG="Intel"
-
- PCI\VEN_8086&DEV_7000.DeviceDesc="Intel(r) 82371SB PCI to ISA bridge"
- PCI\VEN_8086&DEV_7100.DeviceDesc="Intel(r) 82439TX Processor to PCI bridge"
- PCI\VEN_8086&DEV_7180.DeviceDesc="Intel(r) 82443LX/EX Processor to PCI bridge"
- PCI\VEN_8086&DEV_7181.DeviceDesc="Intel(r) 82443LX/EX Processor to AGP controller"
- PCI\VEN_8086&DEV_7190.DeviceDesc="Intel(r) 82443BX/ZX/DX Processor to PCI bridge"
- PCI\VEN_8086&DEV_7191.DeviceDesc="Intel(r) 82443BX/ZX/DX Processor to AGP controller"
- PCI\VEN_8086&DEV_7192.DeviceDesc="Intel(r) 82443BX/ZX/DX Processor to PCI bridge"
- PCI\VEN_8086&DEV_71A0.DeviceDesc="Intel(r) 82443GX Processor to PCI bridge"
- PCI\VEN_8086&DEV_71A1.DeviceDesc="Intel(r) 82443GX Processor to AGP controller"
- PCI\VEN_8086&DEV_71A2.DeviceDesc="Intel(r) 82443GX Processor to PCI bridge"
-
- ; Copyright (c) Intel Corporation, 1998-1999
- ; Copyright (c) Microsoft Corporation, 1993-1995
-
- ; ************************************************************
- ; Intel is making no claims of usability, efficacy or
- ; warranty.
- ; ************************************************************
- ; Information in this document is provided in connection with
- ; Intel products. No license, express or implied, by estoppel
- ; or otherwise, to any intellectual property rights is granted
- ; by this document. Intel assumes no liability whatsoever,
- ; and Intel disclaims any express or implied warranty,
- ; relating to sale and/or use of Intel products including
- ; liability or warranties relating to fitness for a particular
- ; purpose, merchantability, or infringement of any patent,
- ; copyright or other intellectual property right. Intel
- ; products are not intended for use in medical, life saving,
- ; or life sustaining applications.
-
- ; ************************************************************
- ; Intel Corporation disclaims all warranties and liabilities
- ; for the use of this document and the information contained
- ; herein, and assumes no responsibility for any errors which
- ; may appear in this document, nor does Intel make a
- ; commitment to update the information contained herein. Intel
- ; reserves the right to make changes to this document at any
- ; time, without notice.
- ; ************************************************************
- ; ************************************************************
-
- ; * Third-party brands and names are the property of their
- ; respective owners.
-
-
-
-